var github.com/vmihailenco/bufpool.thePool

3 uses

	github.com/vmihailenco/bufpool (current package)
		buf_pool.go#L8: var thePool bufPool
		buf_pool.go#L17: 	return thePool.Get(length)
		buf_pool.go#L22: 	thePool.Put(buf)